Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make args into a dict and use as **kwargs so can be used as a library or cli. #54

Merged
merged 3 commits into from
Jul 1, 2023

Conversation

webcoderz
Copy link
Contributor

@webcoderz webcoderz commented Jun 30, 2023

also added byte_order int.from_bytes(random.randbytes(16), byteorder='little') on L43 .... this explains why i chose little: click here this explains why i chose little

added little byte_order to the int.from_bytes(random.randbytes(16), byteorder='little') on L43 of src/core/main.py and turned arg.parse args into a dict to pass into generator class as **kwargs
@Jon-Becker
Copy link
Owner

lgtm!

@Jon-Becker Jon-Becker merged commit 077ae13 into Jon-Becker:main Jul 1, 2023
1 of 2 checks passed
@webcoderz
Copy link
Contributor Author

Cool yea I like using in jupyter notebook so this enables using it there.. also in docs maybe should explain the order of composition for users?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants